From 18fd565612188470d3cc2f054d217fe339e6c8ed Mon Sep 17 00:00:00 2001 From: robertl Date: Wed, 15 Jan 2003 16:08:01 +0000 Subject: [PATCH] Don't use -u in diff. --- gpsbabel/testo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpsbabel/testo b/gpsbabel/testo index e69225757..1955661be 100755 --- a/gpsbabel/testo +++ b/gpsbabel/testo @@ -181,7 +181,7 @@ echo "IFIELD LON_DECIMALDIR,,%lf%c" >> ${TMPDIR}/testo.style rm -f ${TMPDIR}/xcsv.geo ${TMPDIR}/xcsv.xcsv ${PNAME} -i geo -f geocaching.loc -o xcsv,style=${TMPDIR}/testo.style -F ${TMPDIR}/xcsv.geo ${PNAME} -i xcsv,style=${TMPDIR}/testo.style -f ${TMPDIR}/xcsv.geo -o xcsv,style=${TMPDIR}/testo.style -F ${TMPDIR}/xcsv.xcsv -diff -u ${TMPDIR}/xcsv.geo ${TMPDIR}/xcsv.xcsv +diff ${TMPDIR}/xcsv.geo ${TMPDIR}/xcsv.xcsv # Garmin Mapsource This is a binary format with some undocumented # fields. This test is therefore intentionally vague. We read a file, -- 2.30.2